Bitmap for WPF
Create(Device,Texture2DDescription,DataRectangle[]) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct3D11 名前空間 > Texture2D クラス > Create メソッド : Create(Device,Texture2DDescription,DataRectangle[]) メソッド
The device with which to associate the texture.
The description of the texture.
An array of initial texture data for each subresource.
Initializes a new instance of the Texture2Dclass.
シンタックス
'宣言
 
Public Overloads Shared Function Create( _
   ByVal device As Device, _
   ByVal description As Texture2DDescription, _
   ByVal ParamArray data() As DataRectangle _
) As Texture2D
public static Texture2D Create( 
   Device device,
   Texture2DDescription description,
   params DataRectangle[] data
)

パラメータ

device
The device with which to associate the texture.
description
The description of the texture.
data
An array of initial texture data for each subresource.
参照

Texture2D クラス
Texture2D メンバ
オーバーロード一覧